/PLI_DEVELOPMENT[=value] /NOPLI_DEVELOPMENT[=value] Only used by the PLI backend. This qualifier specifies the definition of certain data types, e.g. most integral data types are defined as fixed binary (n) if /PLI_DEVELOPMENT is specified and as bit(n) aligend otherwise. In addition to that, the type names of certain parameters are changed, e.g. "ASTADR" to "entry value" and "MASK_BYTE" to "bit (8) aligned". Default parameters that are not optional are marked as "optional" if /PLI_DEVELOPMENT is specified The value will be ignored.